Application.AutoQuit

If True, the application will quit when the last window is closed, whether by calling the Close method of the Window class or the user closed the last window. AutoQuit defaults to True on non-MDI Windows applications and True on Linux.

Syntax

AutoQuit( Boolean ) as


Parameters

Boolean


Notes

It defaults to False on MDI Windows and Macintosh applications.